ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LinearGaugeBaseTagHelper<TControl> Class / IsAnimated Property

In This Topic
    IsAnimated Property (LinearGaugeBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.IsAnimated. Sets whether the gauge should animate value changes.
    Syntax
    'Declaration
     
    Public Property IsAnimated As Boolean
    public bool IsAnimated {get; set;}
    See Also